diff options
author | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-06-06 22:24:23 -0400 |
---|---|---|
committer | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-06-06 22:24:23 -0400 |
commit | 800d9c52a2c988498016dee8a82149e130cb5e8e (patch) | |
tree | 1e6f73deabcdb91a3c2770a3d01ce6664affd36d | |
parent | Refactor for organization (diff) | |
download | dotfiles.old-800d9c52a2c988498016dee8a82149e130cb5e8e.tar.gz dotfiles.old-800d9c52a2c988498016dee8a82149e130cb5e8e.tar.bz2 dotfiles.old-800d9c52a2c988498016dee8a82149e130cb5e8e.zip |
Add `setxkbmap` option to change CAPS LOCK to SUPER
-rw-r--r-- | home/.xinitrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/home/.xinitrc b/home/.xinitrc index c730f50..66cc62d 100644 --- a/home/.xinitrc +++ b/home/.xinitrc | |||
@@ -10,5 +10,8 @@ xsetroot -cursor_name XC_crosshair | |||
10 | # Set keyboard repeat rate | 10 | # Set keyboard repeat rate |
11 | xset r rate 200 60 | 11 | xset r rate 200 60 |
12 | 12 | ||
13 | # Set some keys | ||
14 | setxkbmap -option caps:super | ||
15 | |||
13 | # Start emacs | 16 | # Start emacs |
14 | exec dbus-launch --exit-with-session emacs --debug-init | 17 | exec dbus-launch --exit-with-session emacs --debug-init |